object fUstaw_cena: TfUstaw_cena Left = 588 Top = 350 BorderStyle = bsSingle Caption = 'Ustaw cen'#281 ClientHeight = 187 ClientWidth = 271 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 16 Width = 85 Height = 13 Caption = 'Nowa cena brutto' end object Label2: TLabel Left = 6 Top = 64 Width = 120 Height = 13 Caption = 'Mar'#380'a dla nowej ceny (%)' end object Label3: TLabel Left = 8 Top = 88 Width = 82 Height = 13 Caption = 'Stara cena brutto' end object Label4: TLabel Left = 8 Top = 112 Width = 73 Height = 13 Caption = 'Mar'#380'a sta'#322'a (%)' end object Label5: TLabel Left = 8 Top = 40 Width = 82 Height = 13 Caption = 'Nowa cena netto' end object bWyjdz: TButton Left = 192 Top = 152 Width = 75 Height = 25 Caption = '&Wyjd'#378 TabOrder = 5 OnClick = bWyjdzClick end object bZapisz: TButton Left = 8 Top = 152 Width = 75 Height = 25 Caption = '&Zapisz' TabOrder = 3 OnClick = bZapiszClick end object eCenan: TEdit Left = 128 Top = 8 Width = 121 Height = 21 TabOrder = 0 Text = 'eCenan' OnEnter = eCenanEnter OnExit = eCenanExit OnKeyDown = eCenanKeyDown end object eMarzan: TEdit Left = 128 Top = 56 Width = 121 Height = 21 ReadOnly = True TabOrder = 2 Text = 'eMarzan' end object eCena: TEdit Left = 128 Top = 80 Width = 121 Height = 21 ReadOnly = True TabOrder = 1 Text = 'eCena' end object eMarza: TEdit Left = 128 Top = 104 Width = 121 Height = 21 TabOrder = 4 OnExit = eMarzaExit OnKeyDown = eMarzaKeyDown end object eCena_n: TEdit Left = 128 Top = 32 Width = 121 Height = 21 TabOrder = 6 Text = 'eCena_n' OnEnter = eCena_nEnter OnExit = eCena_nExit OnKeyDown = eCena_nKeyDown end object bZmien: TButton Left = 96 Top = 152 Width = 83 Height = 25 Caption = 'Z&mie'#324' o mar'#380#281 TabOrder = 7 OnClick = bZmienClick end end